home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Your Choice 3
/
Your Choice Software Collection 3.iso
/
os2_drv
/
valuewri
/
runme.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-08-12
|
4KB
|
88 lines
echo off
if X%1==X goto directions
cls
echo ╔═══════════════════════════════════════════════════════════════════════════╗
echo ║ Be sure to start with a Blank, Formatted High Density diskette in %1 ... ║
echo ╚═══════════════════════════════════════════════════════════════════════════╝
pause
echo -----
EAUTIL IBMPCL5.DRV IBMPCL5D.EA /J /O /P
if errorlevel 1 goto PPDSerror
echo PCL5 Driver Extended Attributes Attached
EAUTIL IBMPCL5.HLP IBMPCL5H.EA /J /O /P
if errorlevel 1 goto PPDSerror
echo PCL5 Driver Help Extended Attributes Attached
EAUTIL PCL5_FCF.DLL PCL5_FCF.EA /J /O /P
if errorlevel 1 goto PPDSerror
echo PCL5 Driver Font Metrics Extended Attributes Attached
LABEL %1DRV-401
echo Volume Label Created
echo -----
echo Copying Files to diskette ... Please wait ...
copy SETUP.BAT %1\
copy SETUP.CMD %1\
copy HG3047L5.ZIP %1\
copy LT3X47L5.ZIP %1\
copy WD5547L5.ZIP %1\
copy WD6047L5.ZIP %1\
copy WK2047L5.ZIP %1\
copy WK3047L5.ZIP %1\
copy WP5147L5.ZIP %1\
copy WP6047L5.ZIP %1\
copy LEX4047.PDF %1\
copy UNPCKDRV.EXE %1\
copy CLEANUP.COM %1\
copy IBMPCL5.DRV %1\
copy IBMPCL5.SYM %1\
copy IBMPCL5.HLP %1\
copy IBMPCL5D.EA %1\
copy IBMPCL5H.EA %1\
copy PCL5_FCF.DLL %1\
copy PCL5_FCF.EA %1\
copy PCL5JOIN.CMD %1\
copy PCL5READ.ME %1\
copy UPDATE.BAT %1\
copy PKUNZJR.COM %1\
copy HOME.COM %1\
copy INS24.ZIP %1\
copy L2README.1ST %1\
copy L2XIFL.ZIP %1\
copy L40475E.DRV %1\
copy SAM23.COM %1\
copy UPD23.ZIP %1\
copy UPD24.ZIP %1\
md %1\aix
copy 4047_32.PCL %1\aix
copy 4047_31.PCL %1\aix
copy AIX_READ.ME %1\aix
echo -----
echo Building of the "Driver Disk" diskette is complete!
goto exit
:PPDSerror
echo EAUTIL Failed!
goto exit
:directions
echo ╔══════════ ValueWriter 600 by Lexmark Driver Disk for OS/2═════════════════╗
echo ║ ║
echo ║ - You must run this program from within an OS/2 1.3 or 2.X session. ║
echo ║ ║
echo ║ - Due to the PKZIP / PKUNZIP process, OS/2's Extended Attributes were ║
echo ║ lost on the new driver files. You either need to run this .CMD ║
echo ║ file to build a diskette, OR run the individual *JOIN.CMD ║
echo ║ file in this directory to "fix" the drivers BEFORE installing ║
echo ║ the drivers for use by OS/2. ║
echo ║ ║
echo ║ To Build A Driver Disk: ║
echo ║ ║
echo ║ 1) Start with a blank, formatted 3 1/2 High Density (1.44M) Diskette ║
echo ║ ║
echo ║ 2) To build the diskette, designate the destination diskette drive ║
echo ║ letter as follows: ║
echo ║ ║
echo ║ runme a: ║
echo ║ ║
echo ║ will build the "Driver Disk" diskette onto the diskette contained ║
echo ║ contained in drive A. ║
echo ╚═══════════════════════════════════════════════════════════════════════════╝
:exit